home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TFINDFILEDLG / TFINDFILEDLG.txt
Text File  |  2005-06-02  |  1KB  |  51 lines

  1. object FindFileDlg: TFindFileDlg
  2.   Left = 547
  3.   Top = 611
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Chercher le fichier'
  7.   ClientHeight = 94
  8.   ClientWidth = 180
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poOwnerFormCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 43
  25.     Height = 13
  26.     Caption = '&Chercher :'
  27.   end
  28.   object FilenameEdit: TEdit
  29.     Left = 16
  30.     Top = 32
  31.     Width = 145
  32.     Height = 21
  33.     HelpContext = 8001
  34.     AutoSelect = False
  35.     TabOrder = 0
  36.     OnChange = FilenameEditChange
  37.   end
  38.   object CloseBtn: TButton
  39.     Left = 88
  40.     Top = 64
  41.     Width = 73
  42.     Height = 23
  43.     Cancel = True
  44.     Caption = '&Fermer'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.     OnClick = CloseBtnClick
  49.   end
  50. end
  51.